runtime.g.gcscandone (field)

7 uses

	runtime (current package)
		mgc.go#L2117: 		gp.gcscandone = false // set to true in gcphasework
		mgcmark.go#L196: 		if !gp.gcscandone {
		mgcmark.go#L199: 				"gcscandone", gp.gcscandone)
		mgcmark.go#L300: 				gp.gcscandone = true
		mgcmark.go#L303: 			if gp.gcscandone {
		mgcmark.go#L307: 			gp.gcscandone = true
		runtime2.go#L524: 	gcscandone   bool // g has scanned stack; protected by _Gscan bit in status